Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / (Global) Namespace / aj Class / FindIndex Method / FindIndex(Predicate<ah>) Method

In This Topic
    FindIndex(Predicate<ah>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindIndex( _
       ByVal match As System.Predicate(Of ah) _
    ) As System.Integer
    public System.int FindIndex( 
       System.Predicate<ah> match
    )

    Parameters

    match
    See Also